func runtime.evacuate_fast64

3 uses

	runtime (current package)
		map_fast64.go#L368: 	evacuate_fast64(t, h, bucket&h.oldbucketmask())
		map_fast64.go#L372: 		evacuate_fast64(t, h, h.nevacuate)
		map_fast64.go#L376: func evacuate_fast64(t *maptype, h *hmap, oldbucket uintptr) {